Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Package.swift to support Swift 5 #641

Merged
merged 2 commits into from
Apr 2, 2019
Merged

Conversation

devxoul
Copy link
Contributor

@devxoul devxoul commented Mar 29, 2019

As upgrading to Swift 5, without having platforms the default deployment target is set to the latest version of each OS. It causes a compile error.

  • Add platforms
  • Add .v5 to swiftLanguageVersions

(The description is same with Quick/Quick#843)

@ikesyo
Copy link
Member

ikesyo commented Mar 29, 2019

Ref: SE-0236

Copy link
Member

@ikesyo ikesyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please restore the backward compatibility with Swift 4.2 as same as Quick/Quick#843 (this commit).

Package@swift-4.2.swift Outdated Show resolved Hide resolved
Package@swift-4.2.swift Show resolved Hide resolved
Package@swift-4.2.swift Show resolved Hide resolved
Package@swift-4.2.swift Show resolved Hide resolved
Package@swift-4.2.swift Show resolved Hide resolved
Package@swift-4.2.swift Show resolved Hide resolved
@devxoul devxoul force-pushed the swift-5 branch 2 times, most recently from c261973 to 71aaeab Compare March 31, 2019 19:32
@devxoul
Copy link
Contributor Author

devxoul commented Mar 31, 2019

@ikesyo Done!

Copy link
Member

@ikesyo ikesyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @devxoul!

@ikesyo ikesyo merged commit 492fb3b into Quick:master Apr 2, 2019
@devxoul devxoul deleted the swift-5 branch April 2, 2019 10:04
@devxoul devxoul restored the swift-5 branch April 3, 2019 12:37
Megal pushed a commit to Megal/Nimble that referenced this pull request Jul 31, 2019
Update Package.swift to support Swift 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants